This commit is contained in:
2023-07-01 12:57:08 +08:00
parent 64ca07b8a8
commit 8e23afad3e
6 changed files with 6 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ sed -i "/deb-src/s/# //g" /etc/apt/sources.list
sudo apt update
sudo apt install python3-pyquery -y
python3 get-newest-version-xanmod.py $1
exit
#VERSION=$(grep 'Kernel Configuration' < config | awk '{print $3}')
# add deb-src to sources.list
#$1