File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 80
80
rm -rf $folder /etc/resolv.conf && echo " nameserver 1.1.1.1" > $folder /etc/resolv.conf
81
81
echo " pacman-mirrors -g -c Japan && pacman -Syyuu --noconfirm && pacman-key --init && pacman-key --populate && pacman -Syu --noconfirm" > $folder /usr/local/bin/fix-repo
82
82
chmod +x $folder /usr/local/bin/fix-repo
83
- rm -rf $folder /root/.bash_profile && echo " pacman-key --init && pacman-key --populate && pacman -Syu --noconfirm" > $folder /root/.bash_profile
83
+ rm -rf $folder /root/.bash_profile && echo " pacman-key --init && pacman-key --populate && pacman -Syu --noconfirm && rm -rf ~/.bash_profile " > $folder /root/.bash_profile
84
84
rm -rf manjaro.partaa manjaro.partab manjaro.partac manjaro.tar.xz manjaro.sh
85
85
86
86
echo " You can now launch Manjaro Linux with the ./${bin} script next time"
You can’t perform that action at this time.
0 commit comments