mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-22 13:55:08 -05:00
script-updates
This commit is contained in:
parent
9dc82d1071
commit
21758dac2b
@ -84,13 +84,18 @@ wait
|
||||
|
||||
|
||||
##Default Qubes debian template.
|
||||
##To enable Qubes debian current-testing equivalent, edit debian $ /etc/apt/sources.list.d/qubes-*.list
|
||||
#qvm-start debian-9 #Needed to avoid premature qvm-run shutdown, important here.
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get check' #Can be enabled to check dependencies and cache-checks.
|
||||
wait
|
||||
#qvm-run debian-9 'xterm -e sudo apt-get update'
|
||||
wait
|
||||
#qvm-run debian-9 'xterm -e sudo apt-get dist-upgrade'
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get update -t *-testing'
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get dist-upgrade -t *-testing'
|
||||
wait
|
||||
#qvm-shutdown debian-9 #Needed if qvm-start is used.
|
||||
wait
|
||||
echo -ne "$(tput setaf 4)(##$(tput setaf 6)# $(tput setaf 4)) $(tput setaf 6)Debian-9 update has finished.$(tput setaf 9)\n"
|
||||
@ -99,13 +104,18 @@ wait
|
||||
|
||||
|
||||
##Default Qubes Whonix-WS.
|
||||
##To enable Qubes debian current-testing equivalent, edit debian $ /etc/apt/sources.list.d/qubes-*.list
|
||||
#qvm-start whonix-ws #Needed to avoid premature qvm-run shutdown, important here.
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get check' #Can be enabled to check dependencies and cache-checks.
|
||||
wait
|
||||
#qvm-run whonix-ws 'xterm -e sudo apt-get update'
|
||||
wait
|
||||
#qvm-run whonix-ws 'xterm -e sudo apt-get dist-upgrade'
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get update -t *-testing'
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get dist-upgrade -t *-testing'
|
||||
wait
|
||||
#qvm-shutdown whonix-ws #Needed if qvm-start is used.
|
||||
wait
|
||||
echo -ne "$(tput setaf 4)(###$(tput setaf 6)# $(tput setaf 4)) $(tput setaf 6)Whonix-WS update has finished.$(tput setaf 9)\n"
|
||||
@ -113,13 +123,18 @@ wait
|
||||
|
||||
|
||||
##Default Qubes Whonix-GW. Keep both commands enabled.
|
||||
##To enable Qubes debian current-testing equivalent, edit debian $ /etc/apt/sources.list.d/qubes-*.list
|
||||
#qvm-start whonix-gw #Needed to avoid premature qvm-run shutdown, important here.
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get check' #Can be enabled to check dependencies and cache-checks.
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get update'
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get dist-upgrade'
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get update -t *-testing'
|
||||
wait
|
||||
#qvm-run whonix-gw 'xterm -e sudo apt-get dist-upgrade -t *-testing'
|
||||
wait
|
||||
#qvm-shutdown whonix-gw #Needed if qvm-start is used.
|
||||
wait
|
||||
echo -ne "$(tput setaf 4)(####$(tput setaf 6)#$(tput setaf 4)) $(tput setaf 6)Whonix-GW update has finished.$(tput setaf 9)\n"
|
||||
|
1
scripts/qubes-screenshot-scripts/README.md
Normal file
1
scripts/qubes-screenshot-scripts/README.md
Normal file
@ -0,0 +1 @@
|
||||
Qubes Screenshot Scripts
|
Loading…
Reference in New Issue
Block a user