We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db6790 commit 85ad959Copy full SHA for 85ad959
.github/workflows/CI.yaml
@@ -125,6 +125,7 @@ jobs:
125
- name: Create a new user
126
shell: bash
127
run: |
128
+ apt-get update
129
apt-get install sudo usermode -y
130
useradd swifter
131
echo "swifter ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
install.sh
@@ -52,7 +52,7 @@ fi
52
if hash swiftbox 2> /dev/null
53
then
54
UPGRADE_COMMAND="upgrade"
55
- SWIFTBOX_VERSION=`swiftbox -v`
+ SWIFTBOX_VERSION=`swiftbox -v -s`
56
if [ $? != 0 ]
57
58
UPGRADE_COMMAND="update"
0 commit comments